This tutorial will teach you how to use default stranded 2 scripts.
(One's used on random islands). You can use this for other things to like making your own scipt and then using them.

Go onto stranded 2 and click on editor. Make a unit (native, hempguy ...). Click on list. (Button under cross). Click on units. Then the character you've just made. Click on the script button next to the text box at the bottom. Click import scripts  then go to mods\Stranded II\sys\scripts. Look around and you will see a file called random_charscripts click on it. You will see some text. Let's say earlier we chose a native we would delete all the other text that wasn't apart of the native text and we should come up with this


//~native
on:use {
	dialogue "start","sys/scripts/random_char_native.s2s";
}

Or if we chose a prof

//~prof
on:use {
	dialogue "start","sys/scripts/random_char_prof.s2s";
}


Then click ok save your game. The select in single island and go to the native and press e.